Initial commit

James Peret 7 years ago
commit
9f3fcdf899
3 changed files with 9 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 8 0
      package.json
  3. 0 0
      server.js

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
1
+/node_modules

+ 8 - 0
package.json

@@ -0,0 +1,8 @@
1
+{
2
+  "name": "polyphonic_ctrl",
3
+  "version": "0.0.1",
4
+  "description": "a Polyphonic audio controller using socket.io.",
5
+  "dependencies": {
6
+    "express": "^4.14.0"
7
+  }
8
+}

+ 0 - 0
server.js